################################################################################
# Automatically-generated file. Do not edit!
################################################################################

SHELL := ${ComSpec}

-include ../makefile.init

RM := clean

# All of the sources participating in the build are defined here
-include sources.mk
-include system/sru/subdir.mk
-include system/pinmux/GeneratedSources/subdir.mk
-include system/linker/subdir.mk
-include system/heap_stack/subdir.mk
-include system/subdir.mk
-include src/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
OBJS := $(SRC_OBJS)
# Quote makefile variable : OBJS 
OBJS := $(subst \ ,@, $(OBJS))
OBJS := $(foreach var, $(OBJS), "$(subst @, ,$(var))")
# Quote makefile variable : C_DEPS 
C_DEPS := $(subst \ ,@, $(C_DEPS))
C_DEPS := $(foreach var, $(C_DEPS), "$(subst @, ,$(var))")

# All Target
all: Test4_MDMA_BW_Monitor_Core0

# Tool invocations

Test4_MDMA_BW_Monitor_Core0.ld: C:/Users/TChitnee/cces/3.1.0/EHP2_validation/SCB/Test4_MDMA_BW_Monitor_Core0/system/linker/app.ld
	@echo 'Preprocessing LD script: Test4_MDMA_BW_Monitor_Core0.ld'
	aarch64-none-elf-cpp -E -P -DCORE0 -DDEBUG -o  "Test4_MDMA_BW_Monitor_Core0.ld" "C:/Users/TChitnee/cces/3.1.0/EHP2_validation/SCB/Test4_MDMA_BW_Monitor_Core0/system/linker/app.ld"

Test4_MDMA_BW_Monitor_Core0: $(USER_OBJS) $(SRC_OBJS) Test4_MDMA_BW_Monitor_Core0.ld
	@echo 'Building target: $@'
	@echo 'Invoking: CrossCore AArch64 Bare Metal C Linker'
	aarch64-none-elf-gcc -mproc=ADSP-SC846W -msi-revision=any -TTest4_MDMA_BW_Monitor_Core0.ld -DCORE0 -DDEBUG -Wl,--gc-sections -mcore-id=0 -mdebug-libs -o  "Test4_MDMA_BW_Monitor_Core0" @input-file.txt -lm
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(EXECUTABLES) $(OBJS) $(C_DEPS)  Test4_MDMA_BW_Monitor_Core0
	-@echo ' '

.PHONY: all clean dependents

-include ../makefile.targets
